Owner deletion added
[RRRRHHHH_Code] / ruralHouses client / src / common / AccountInterface.java
index 67e02d4..5de6948 100644 (file)
@@ -10,5 +10,5 @@ public interface AccountInterface extends Remote{
 
        public boolean addAccount(int index) throws RemoteException;
        
-       public boolean removeAccount(Account ac) throws RemoteException;
+       public boolean removeAccount(int index) throws RemoteException;
 }